home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir38 / digipad.zip / DIGIPAD.DOC < prev    next >
Text File  |  1993-10-31  |  14KB  |  307 lines

  1.  
  2.  
  3.                           DIGIPAD ELECTRONIC NOTE PAD
  4.                           """""""""""""""""""""""""""
  5.  
  6. DIGIPAD is the world's first auto-scrolling, digital notepad.  It was designed
  7. to be used for information-display in schools, offices, stores, libraries,
  8. museums, galleries, hospitals, etc., and to be used at trade shows, club
  9. meetings, and other activities in which an easy-to-edit, vibrant, ever changing
  10. on-screen display is desired.  Requirements:  IBM or compatible computer with
  11. EGA, VGA or SVGA monitor.  This program can not be properly operated with CGA
  12. or monochrome equipment.
  13.  
  14. To prepare your own text files, type your text into one of the two enclosed DET
  15. files.  This package contains two pairs of files with the file extensions DEB
  16. and DET.  Each such pair of files is called a DEB/DET module.  A DEB/DET module
  17. is always needed in order to display a notepad.  Choose whichever DEB/DET
  18. module you want to use, and load its DET file into your text editor or word
  19. processor.  If you want to start with the yellow notepad, choose PAD1.DET.  To
  20. work with the cyan notepad, select PAD2.DET.  Avoid having your word processing
  21. program "convert" the file into the special format used by the word processor.
  22. You must maintain the file as a pure ASCII text file (often called a DOS text
  23. file).  Some word processing programs ask if you want to "convert" the file
  24. when you are loading it into the program.  Others accept the file "as is" and
  25. perform the conversion when the file is saved, at which time you must be sure
  26. to save it as an ASCII or DOS text file.
  27.  
  28. Follow these steps:
  29.  
  30. A. Load the DET file into a word processor or text editor.
  31.  
  32. B. Note that the very first line is coded with 7 numbers.  This is the DET code
  33.    and it must not be changed at all.
  34.  
  35. C. Delete the information text which begins on the line following the DET code,
  36.    and set your word processor or text editor to a line-length of 48 charac-
  37.    ters.  This is the same as a word-wrap of 49.
  38.  
  39. D. Before typing, be sure to study the section named TEXT-ON-THE-LINES on page
  40.    two of this user guide.  This is extremely important.
  41.  
  42. E. Begin typing on line 2, leaving the top line, with its DET code, untouched.
  43.  
  44. F. After typing your text, save the file under its original name, being sure to
  45.    save it as an ASCII or DOS text file.  Refer to your word processor's manual
  46.    for information on this.  If you use the word processor's "default save" the
  47.    resulting DET file will not be usable.  If you use a text editor, rather
  48.    than a word processor, the default save should be an ASCII file.
  49.  
  50. Do not worry about "using up" the DET files.  They may be used over and over,
  51. and the text may be revised or replaced.  If you like, rename them or, better
  52. yet, make copies with new names.  For example, if you have a DEB/DET module
  53. named PAD1.DEB and PAD1.DET and you want to maintain the original text while
  54. making a new set with a new text, this is easy to do.  At your DOS prompt type:
  55.  
  56.                       COPY PAD1.DE? PAD1-A.DE? [Enter]
  57.  
  58. In a moment you will have two new files on your disk, named PAD1-A.DEB and
  59. PAD1-A.DET.  Delete the text from PAD1-A.DET and type in your new text and
  60. your job is done!
  61.  
  62.  
  63.                                      - 2 -
  64.  
  65.  
  66.  
  67.                                 THE BATCH FILE
  68.                                 ~~~~~~~~~~~~~~ 
  69. The way to run your display is with a batch file.  As you know, the demo is run
  70. with the batch file named GO.BAT.  Continue to use this exact batch file if you
  71. do not change the names of your DEB/DET modules.  If you change the names, or
  72. if you decide to use only one notepad, or if you obtain DEB/DET modules for
  73. additional notepads, the batch file will have to be modified.  Here is GO.BAT:
  74.  
  75. echo off
  76. digipad
  77. xl-show pad1 pad2
  78. ega
  79. vga
  80.  
  81. You may modify the above, or write your own batch file in your word processor
  82. or text editor, being sure to save it as an ASCII file (DOS text file).  A
  83. batch file may have any name, as long as it has the file extension "BAT."
  84. Always begin with "echo off" to prevent the commands from appearing on-screen
  85. between steps.  Current versions of DOS allow the use of "@ echo off" but
  86. earlier versions of DOS did not recognize the @ symbol.  Therefore, if your
  87. batch file may be run with an older version of DOS, use "echo off" as it
  88. appears above in GO.BAT.
  89.  
  90. The line which reads "digipad" loads our program DIGIPAD.COM into the memory
  91. of the computer.  This program places the text onto the notepad's horizontal
  92. lines, and permits the use of stars, underlines and faces.  The line which
  93. begins with the word "xl-show" loads our program XL-SHOW.EXE which is the
  94. program which displays the text and graphics.  The words "pad1" and "pad2" tell
  95. the program the names of the DEB/DET modules.  If you want to omit the cyan
  96. notepad, remove the word "pad2" from the batch file.  Then, when the text on
  97. the yellow notepad scrolls to the point at which the last line appears on-
  98. screen, it will start again at the top of the text file.
  99.  
  100. Be sure to end your batch file with the last two lines of GO.BAT.  The commands
  101. "ega" and "vga" run our special programs EGA.COM and VGA.COM.  These restore
  102. your computer system's default font and video mode after the program ends and
  103. the display is turned off.
  104.  
  105.                                TEXT-ON-THE-LINES
  106.                                ~~~~~~~~~~~~~~~~~
  107. Your text will automatically be placed on the lines of the pads.  However, the
  108. lines will be broken between words unless you type the underline character
  109. (next to the 0 key) wherever you would normally press the space-bar.  Also, if
  110. the last letter on any line is not at position 48, add as many underline char-
  111. acters as are needed so there are 48 characters in each line.  At first this
  112. may be awkward, but after awhile it will become automatic.
  113.  
  114. This_is_an_example_of_a_line_of_text.___________
  115.  
  116. The above sentence contains 48 characters.  We had to add 11 underline
  117. characters after the period.  Notice the absence of blank spaces.  Any blank
  118. space will result in a broken horizontal line on the notepad.  The first time
  119. you display your own text file with the DIGIPAD program, you will most likely
  120. spot a few places where the lines of the notepad have missing segments.  To fix
  121. these, edit your text and add the necessary underline symbols where you may
  122. have inadvertently left blank spaces.
  123.  
  124.  
  125.                                      - 3 -
  126.  
  127.  
  128.  
  129.                                BOLD UNDERLINE
  130.                                ~~~~~~~~~~~~~~
  131. To underline a word use the back-slash symbol (\).  When your text is displayed
  132. this will be converted to underlining.
  133.  
  134. In_this_sentence_the_word_amazing_is_underlined.
  135. __________________________\\\\\\\_______________
  136.  
  137. Note that you have to use two lines of characters in order to underline a word.
  138. The first line has your text, and the next line consists of underline symbols
  139. (_) and back-slash symbols (\) where you want the bold underlining.  If you
  140. want to have a subject heading centered from left to right, and underlined, do
  141. it this way:
  142.  
  143. _____________________HEADING____________________
  144. ____________________\\\\\\\\\___________________
  145.  
  146. Each of the above lines contains 48 characters.  The 2nd line contains enough
  147. back-slash symbols so that the underline will be wider than the word "HEADING"
  148. because this gives a nicer appearance.
  149.  
  150.                                     STARS
  151.                                     ~~~~~
  152. To have a five-pointed star appear in your text use the tilde symbol (~).  This
  153. will be replaced with a star when the display appears on-screen.
  154.  
  155.                                     FACES
  156.                                     ~~~~~
  157. To type a male smiling face use the back-accent symbol followed by the pipe
  158. symbol as shown here: `|  To type a female smiling face type two curly brack-
  159. ets: {} These combinations will magically turn into faces when your text is
  160. displayed.
  161.  
  162. Obviously, you can not use either of the special symbols (\~`|{}) within your
  163. text, for they will automatically turn into stars, underlines or parts of
  164. faces.
  165.  
  166.                     YOUR RIGHTS TO COPY AND USE THIS PROGRAM
  167.                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  168. The program, which consists of DIGIPAD.COM, XL-SHOW.EXE, PAD1 and PAD2 DEB/DET
  169. modules, EGA.COM, VGA.COM, README.TXT GO.BAT and DIGIPAD.DOC, may be copied and
  170. distributed freely, posted on BBSs, listed in shareware catalogs and on CD ROM
  171. disks, as long as ALL the above files are included.  You may use the program on
  172. a trial basis for 30 days.  After that time you must discontinue use until you
  173. become a registered user.  See the registration form below for information on
  174. obtaining a license for use of the program.
  175.  
  176.                                  REGISTRATION
  177.                                  ~~~~~~~~~~~~
  178. To become a registered user and receive the latest version of the program plus
  179. additional DEB/DET modules for a greater variety of colored notepads, fill out
  180. the registration form and send it, with your check or money order to Rexxcom
  181. Systems at the address given.  If ordering from a country other than the
  182. U.S.A., you MUST pay by a check drawn on a bank which has offices in the
  183. U.S.A., or by International Money Order.  If you send cash, be sure to send
  184. your order by registered mail, signed receipt requested.
  185.  
  186.  
  187.                                      - 4 -
  188.  
  189.  
  190.                                     XLSHOW
  191.                                     ~~~~~~
  192. XL-SHOW.EXE, the read/display program for DIGIPAD, is also used in a separate
  193. program whose name is XLSHOW.  This separate program is used for continuous-
  194. display of on-screen newsletters, notices and topics, and is supplied with
  195. excellent DEB/DET modules, most of which are full screen-width, and which have
  196. a large variety of professional mastheads and headings.  If you like DIGIPAD
  197. you will find many uses for XLSHOW as well.  It is even possible to combine the
  198. two programs.  You will receive an evaluation copy of XLSHOW, complete with
  199. more than ten DEB/DET modules, when you register DIGIPAD.
  200.  
  201.                                   DISCLAIMER
  202.                                   ~~~~~~~~~~
  203.       All Rexxcom Systems programs are provided "as is" with no warranties
  204.       whatsoever either expressed or implied, including without limitation,
  205.       warranties of merchantability or fitness for a particular purpose.
  206.       The entire risk as to the quality and performance of the programs
  207.       rests with the user.
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216. You may leave EMail with comments and questions on CompuServe or GEnie at the
  217. following addresses:
  218.  
  219.               CompuServe: 72656,2764            GEnie: C.WIEDEMANN
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.                      Copyright (C) 1993 by Rexxcom Systems
  231.                               All Rights Reserved
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.                                 REXXCOM SYSTEMS
  244.                                   P.O. BOX 111
  245.                             SCHOOLEYS MTN., NJ 07870
  246.  
  247.  
  248.  
  249.                            DIGIPAD REGISTRATION FORM
  250.                            """"""""""""""""""""""""""
  251.      Please enroll me as a registered user, and send me the following:
  252.  
  253.       Quantity              Software                    Fee     Subtotal
  254.       ~~~~~~~~              ~~~~~~~~                    ~~~     ~~~~~~~~
  255.  
  256.       ________     REGISTERED DIGIPAD SOFTWARE         19.95    ________
  257.                    Includes more DEB/DET modules plus
  258.                    registered copy of DIGIPAD, plus evalu-
  259.                    ation copy of separate XLSHOW program.
  260.  
  261.           Registration includes a license to use DIGIPAD for non-
  262.           commercial use for 5 years.  Includes use at club meetings,
  263.           churches, synagogues, etc.
  264.                       
  265.       ________     COMMERCIAL LICENSE                  50.00    ________
  266.                    (For businesses, schools, government agencies)
  267.  
  268.           Commercial license permits use of DIGIPAD at stores, shops,
  269.           business offices, libraries, schools, trade-shows, and other
  270.           commercial, educational or government facilities, for 1 year.
  271.  
  272.  
  273.       ________     Add if you use 3.5" disks           1.OO     ________
  274.  
  275.                     Subtotal                                    ________
  276.                
  277.                     Sales Tax (NJ Adresses)                     ________
  278.  
  279.                     Shipping & Handling                         ________
  280.                      ($4.OO U.S.A. and Canada)
  281.                      ($1O.OO elsewhere)
  282.  
  283.           Non-U.S.A. orders MUST be paid by INTERNATIONAL MONEY ORDER or 
  284.           bank check drawn on a bank with OFFICES IN THE UNITED STATES. 
  285.           Payment MUST accompany all orders.
  286.                    
  287.                     Total Enclosed                              ________
  288.  
  289.      
  290.                  Name: _________________________________________
  291.  
  292.  Co. or School if any: _________________________________________
  293.  
  294.        Street Address: _________________________________________
  295.  
  296.      City, State, Zip: _________________________________________
  297.  
  298.               Country: _________________________________________
  299.  
  300.   Area code and Phone: _________________________________________
  301.  
  302.  
  303.                    Mail to: REXXCOM Systems
  304.                             P.O. Box 111
  305.                             Schooleys Mt., NJ 07870
  306.  
  307.